home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58a.iso / extras / quake 3 source / Q3A_ToolSource.exe / Main / Radiant.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-02  |  1.3 KB  |  51 lines

  1. // Radiant.h : main header file for the RADIANT application
  2. //
  3.  
  4. #if !defined(AFX_RADIANT_H__330BBF06_731C_11D1_B539_00AA00A410FC__INCLUDED_)
  5. #define AFX_RADIANT_H__330BBF06_731C_11D1_B539_00AA00A410FC__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"       // main symbols
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CRadiantApp:
  19. // See Radiant.cpp for the implementation of this class
  20. //
  21.  
  22. class CRadiantApp : public CWinApp
  23. {
  24. public:
  25.     CRadiantApp();
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CRadiantApp)
  30.     public:
  31.     virtual BOOL InitInstance();
  32.     virtual int ExitInstance();
  33.     virtual BOOL OnIdle(LONG lCount);
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37.  
  38.     //{{AFX_MSG(CRadiantApp)
  39.     afx_msg void OnHelp();
  40.     //}}AFX_MSG
  41.     DECLARE_MESSAGE_MAP()
  42. };
  43.  
  44.  
  45. /////////////////////////////////////////////////////////////////////////////
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_RADIANT_H__330BBF06_731C_11D1_B539_00AA00A410FC__INCLUDED_)
  51.